www.gusucode.com > RQCMS PHP文章管理系统 v2.3PHP源码程序 > RQCMS PHP文章管理系统 v2.3/rqcms_v2.3/rqcms_v2.3/data/cache/hosts.php

    <?php
return array (
  'local.rqcms.com' => 
  array (
    'hid' => '1',
    'name' => '默认站点',
    'host' => 'local.rqcms.com',
    'host2' => '',
    'gzipcompress' => '0',
    'theme' => 'default',
    'thememobile' => '',
    'themeweixin' => '',
    'keywords' => 'CMS,RQCMS',
    'description' => '又一个RQCMS',
    'icp' => '1234567890',
    'list_shownum' => '10',
    'friend_url' => '',
    'tags_shownum' => '10',
    'listcachenum' => '20',
    'related_shownum' => '10',
    'allow_search_content' => '0',
    'search_post_space' => '1',
    'search_keywords_min_len' => '2',
    'search_field_allow' => 'tag,keywords,title,excerpt',
    'search_max_num' => '0',
    'attach_save_dir' => '2',
    'attach_thumbs' => '0',
    'attach_display' => '2',
    'attach_thumbs_size' => '200x200',
    'attachments_remote_open' => '1',
    'rss_enable' => '0',
    'rss_num' => '20',
    'rss_ttl' => '0',
    'status' => '1',
    'url_ext' => 'php',
    'time_format' => 'Y-m-d H:i',
  ),
  'local2.rqcms.com' => 
  array (
    'hid' => '2',
    'name' => '测试二',
    'host' => 'local2.rqcms.com',
    'host2' => '',
    'gzipcompress' => '0',
    'theme' => 'default',
    'thememobile' => '',
    'themeweixin' => '',
    'keywords' => 'CMS,RQCMS',
    'description' => '又一个RQCMS',
    'icp' => '1234567890',
    'list_shownum' => '10',
    'friend_url' => '',
    'tags_shownum' => '10',
    'listcachenum' => '20',
    'related_shownum' => '10',
    'allow_search_content' => '1',
    'search_post_space' => '10',
    'search_keywords_min_len' => '2',
    'search_field_allow' => 'tag,keywords,title,excerpt',
    'search_max_num' => '0',
    'attach_save_dir' => '2',
    'attach_thumbs' => '0',
    'attach_display' => '2',
    'attach_thumbs_size' => '200x200',
    'attachments_remote_open' => '1',
    'rss_enable' => '1',
    'rss_num' => '20',
    'rss_ttl' => '0',
    'status' => '1',
    'url_ext' => 'php',
    'time_format' => 'Y-m-d H:i',
  ),
);
?>